projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6a93970
e6fdcce
)
Auto merge of #3692 - malbarbo:test-args, r=alexcrichton
author
bors
<bors@rust-lang.org>
Tue, 14 Feb 2017 03:03:16 +0000
(
03:03
+0000)
committer
bors
<bors@rust-lang.org>
Tue, 14 Feb 2017 03:03:16 +0000
(
03:03
+0000)
Pass multiples --test-args to the tester
Like --cfg, --test-args accept multiple matches, we should use it and
avoid some unexpected behavior joinning the arguments with space.
Trivial merge